From 9a3e50ee2a7fea05ae5c39a464960e003c6902f3 Mon Sep 17 00:00:00 2001 From: anis-semmar <78486514+anis-semmar@users.noreply.github.com> Date: Thu, 18 Nov 2021 17:30:41 +0100 Subject: [PATCH] README.org: fix page flipping command names `which-key-show-next-page` / `which-key-show-previous-page` do not exist, state the correct command name. --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 37c742edcce..ea80bfda88a 100644 --- a/README.org +++ b/README.org @@ -175,7 +175,8 @@ - =which-key-show-major-mode= will show the currently active major-mode bindings. It's similar to =C-h m= but in a which-key format. It is also aware of evil commands defined using =evil-define-key=. - - =which-key-show-next-page= is the command used for paging. + - =which-key-show-next-page-cycle= / =which-key-show-previous-page-cycle= will flip pages in a circle. + - =which-key-show-next-page-no-cycle= / =which-key-show-previous-page-no-cycle= will flip pages and stop at first/last page. - =which-key-undo= can be used to undo the last keypress when in the middle of a key sequence. -- 2.30.2